PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowContent Class


In This Topic
    PDFFlowContent Class Methods
    In This Topic

    For a list of all members of this type, see PDFFlowContent members.

    Public Methods
     NameDescription
    Public MethodAdds a listener for the create page event.  
    Public MethodAdds a listener for the before flow content draw event.  
    Public MethodGets the content background.
    The background that fills the flow content bounding rectangle.  
    Public MethodOverloaded. Gets the content height.
    When this method is called for the first time, the content height is calculated. Subsequent calls with the same 'width' parameter return the already computed height.  
    Public MethodGets the destination name.
    A named destination is created at the top of flow content when this property is not null or an empty string.  
    Public MethodGets the content inner margins.
    The inner margins are located inside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages.  
    Public MethodGets the content outer margins.
    The outer margins are located outside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages.  
    Public MethodGets the structure element.  
    Public MethodGets an arbitrary object value that can be used to store custom information about this element.  
    Public MethodRemoves a listener for the create page event.  
    Public MethodRemoves a listener for the before flow content draw event.  
    Public MethodSets the content background.
    The background that fills the flow content bounding rectangle.  
    Public MethodSets the destination name.
    A named destination is created at the top of flow content when this property is not null or an empty string.  
    Public MethodSets the content inner margins.
    The inner margins are located inside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages.  
    Public MethodSets the content outer margins.
    The outer margins are located outside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages.  
    Public MethodSets the structure element.  
    Public MethodSets an arbitrary Object value that can be used to store custom information about this element.  
    Top
    Protected Methods
     NameDescription
    Protected Method  
    Protected MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Protected MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Top
    See Also